home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / Gfx / Edit / TSMorph / src / brush / 1st.c < prev    next >
C/C++ Source or Header  |  1994-10-30  |  657b  |  60 lines

  1. #include <intuition/intuition.h>
  2. /* Iff2Src conversion: dh0:tsm/brushes/1st.brush */
  3.  
  4. static UWORD __chip st_data[60] = // note twice the actual size
  5.     {
  6.     /* Plane 0 */
  7.         0x0000,
  8.         0x0002,
  9.         0x0002,
  10.         0x0002,
  11.         0x3102,
  12.         0x3302,
  13.         0x37F2,
  14.         0x3FF2,
  15.         0x37F2,
  16.         0x3302,
  17.         0x3102,
  18.         0x0002,
  19.         0x0002,
  20.         0x0002,
  21.         0x7FFE,
  22.     /* Plane 1 */
  23.         0xFFFE,
  24.         0x8000,
  25.         0x8000,
  26.         0x8000,
  27.         0x8000,
  28.         0x8000,
  29.         0x8000,
  30.         0x8000,
  31.         0x8000,
  32.         0x8000,
  33.         0x8000,
  34.         0x8000,
  35.         0x8000,
  36.         0x8000,
  37.         0x8000
  38.     };
  39.  
  40.  
  41. struct Image st_im =
  42.     {
  43.         0,0,
  44.         15,15,
  45.         2,
  46.         &st_data[0],
  47.         0x03,0x0,
  48.         NULL
  49.     };
  50.  
  51. struct Image st_imx =
  52.     {
  53.         0,0,
  54.         15,15,
  55.         2,
  56.         &st_data[30],
  57.         0x03,0x0,
  58.         NULL
  59.     };
  60.